Skip to content

chore: merge current upstream dev into model preset successor - #12

Merged
twoimo merged 1 commit into
successor/model-preset-default-action-cleanfrom
tmp/upstream-dev-10a32cfd
Jul 25, 2026
Merged

chore: merge current upstream dev into model preset successor#12
twoimo merged 1 commit into
successor/model-preset-default-action-cleanfrom
tmp/upstream-dev-10a32cfd

Conversation

@twoimo

@twoimo twoimo commented Jul 25, 2026

Copy link
Copy Markdown
Owner

Internal synchronization PR. Merge current upstream dev into the preserved model-preset successor without squashing feature history.

* feat(models): repoint opus presets to claude-opus-5

Anthropic shipped claude-opus-5 (2026-07-24) with the same published
envelope as claude-opus-4-8: 1M context, 128k output, effort range
low..max, 5/25 pricing. Repoint the opus-related built-in presets to it.

- claude-opus: default/planner/critic/architect -> anthropic/claude-opus-5
  with existing effort suffixes; executor stays anthropic/claude-sonnet-5
- opus-codex: default -> anthropic/claude-opus-5:xhigh; the durable
  anthropic/claude-sonnet-5 planner override is unchanged
- fable-opus-codex: planner/critic -> anthropic/claude-opus-5; the fable
  default and codex roles are unchanged
- Regenerate packages/ai/src/models.json so anthropic/claude-opus-5
  resolves; zero providers or models removed
- Extend the generator's Claude Opus vision normalization to opus-5,
  which upstream shipped without image input on three variants, and
  replace the duplicated substring guard with a shared exact-generation
  parser plus a tripwire test that fails when the catalog bundles an
  Opus generation newer than any reviewed one
- Realign preset expectation tests and update docs; measured opus-4-8
  figures in docs/multi-vendor-profiles.md stay attributed to opus-4-8
  rather than silently transferring to an unmeasured model

* fix(models): remove unrelated opus preset catalog drift

---------

Co-authored-by: Yeachan-Heo <yeachan-heo@gajae.dev>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@twoimo
twoimo merged commit 170ac5c into successor/model-preset-default-action-clean Jul 25, 2026
52 of 81 checks passed
twoimo pushed a commit that referenced this pull request Aug 6, 2026
…3894)

An aborted run could wait forever in Promise.allSettled when a tool ignored its AbortSignal. Emit an aborted tool result for unresolved calls so the agent turn can terminate.

Issue: #12

Tested: bun test packages/agent/test/agent-loop.test.ts

Tested: bun --cwd=packages/agent run check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants